home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / kill-the-dragons.swf / scripts / DefineSprite_121 / frame_6 / DoAction.as
Encoding:
Text File  |  2011-12-21  |  152 b   |  6 lines

  1. if(thisPath.plyThrowPower < 100)
  2. {
  3.    thisPath.plyThrowPower += 100 / thisPath.throwPowerBar;
  4.    powerBarMovie._yscale = thisPath.plyThrowPower;
  5. }
  6.